Skip to content

feat: enhance deployment artifacts with ABI, bytecode, and metadata #3618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

silva-fj
Copy link
Contributor

Summary

  • Add comprehensive deployment artifacts including contract ABIs, bytecode, and optional metadata
  • Implement environment-based directory structure (local/, staging/, production/)
  • Create automated ABI enrichment from Foundry build outputs
  • Support human-readable network names (ethereum-sepolia, arbitrum, polygon-amoy, etc.)

Changes

  • DeploymentHelper.sol: Core library for structured artifact generation
  • Deployment scripts: Updated to use DeploymentHelper with environment support
  • extract-abis.js: Post-deployment ABI enrichment script
  • deploy-remote.sh: Template for remote deployments with artifact generation
  • Directory structure: deployments/<environment>/<network>.json format

Copy link

linear bot commented Jul 22, 2025

@silva-fj silva-fj requested a review from a team July 22, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant