chore(deployments): add Sepolia deployment artifacts#4001
Open
lionakhnazarov wants to merge 2 commits into
Open
chore(deployments): add Sepolia deployment artifacts#4001lionakhnazarov wants to merge 2 commits into
lionakhnazarov wants to merge 2 commits into
Conversation
…lows Separates hardhat/deploy/runtime Solidity logic from CI and generated deployment artifacts to make contract behavior review focused and tractable. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced May 25, 2026
…apshots Adds refreshed deployment JSON artifacts and gas outputs for ecdsa/random-beacon and removes stale random-beacon export snapshot to keep generated outputs in sync. Co-authored-by: Cursor <cursoragent@cursor.com>
72b052e to
5b40e26
Compare
cef3185 to
e1bca45
Compare
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.
Stack Context
This is PR 3/4 in the reorganization stack.
Base: #4000 (
stack/testnet4-02-solidity-logic)Next: #4002
What Changed
1) Added generated Sepolia deployment snapshots (ECDSA)
solidity/ecdsa/deployments/sepolia/.chainIdsolidity/ecdsa/deployments/sepolia/.migrations.jsonsolidity/ecdsa/deployments/sepolia/*.json(Allowlist, BLS, Beacon*, Ecdsa*, RandomBeacon*, ReimbursementPool, T, TokenStaking, WalletRegistry*)2) Added generated Sepolia deployment snapshots (Random Beacon)
solidity/random-beacon/deployments/sepolia/.chainIdsolidity/random-beacon/deployments/sepolia/*.json(BLS, Beacon*, RandomBeacon*, ReimbursementPool, T, TokenStaking)3) Artifact churn from regeneration
solidity/ecdsa/gasReporterOutput.jsonsolidity/random-beacon/gasReporterOutput.jsonsolidity/random-beacon/.yarn/install-state.gzsolidity/random-beacon/export.jsonWhy This Slice Exists
This PR intentionally isolates generated/deployment snapshot churn so logic review stays focused in adjacent PRs.
Out of Scope
Test Plan