Skip to content

Conversation

horsefacts
Copy link
Collaborator

@horsefacts horsefacts commented Jun 4, 2025

Motivation

Deployment script for TierRegistry.

Change Summary

Add deployment script and env vars for TierRegistry contract.

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review


PR-Codex overview

This PR focuses on updating the blockchain network references from l1_mainnet and l2_mainnet to eth_mainnet and op_mainnet, respectively. It also introduces a new deployment script for TierRegistry and updates environment variables accordingly.

Detailed summary

  • Changed vm.createSelectFork references from l1_mainnet to eth_mainnet and l2_mainnet to op_mainnet.
  • Updated foundry.toml to replace old RPC URLs with new base and OP mainnet URLs.
  • Added a new deployment script DeployTierRegistry.s.sol for TierRegistry.
  • Modified .env files to include new parameters for the TierRegistry.
  • Updated test files to reflect new network references and deployment parameters.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@horsefacts horsefacts force-pushed the horsefacts/tier-registry-deploy-script branch 5 times, most recently from e475e69 to 0bfce1f Compare June 5, 2025 18:09
@horsefacts horsefacts force-pushed the horsefacts/tier-registry-deploy-script branch from 0bfce1f to 0945ec4 Compare June 5, 2025 18:39
Copy link

github-actions bot commented Jun 5, 2025

Coverage after merging horsefacts/tier-registry-deploy-script into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Bundler.sol100%100%100%100%
   BundlerV1.sol100%100%100%100%
   FnameResolver.sol100%100%100%100%
   IdGateway.sol100%100%100%100%
   IdRegistry.sol100%100%100%100%
   KeyGateway.sol100%100%100%100%
   KeyRegistry.sol100%100%100%100%
   RecoveryProxy.sol100%100%100%100%
   StorageRegistry.sol100%100%100%100%
   TierRegistry.sol100%100%100%100%
src/abstract
   EIP712.sol100%100%100%100%
   Guardians.sol100%100%100%100%
   Migration.sol100%100%100%100%
   Nonces.sol100%100%100%100%
   Signatures.sol100%100%100%100%
src/validators
   SignedKeyRequestValidator.sol100%100%100%100%

@horsefacts horsefacts merged commit 0f49b0e into main Jun 5, 2025
4 checks passed
@horsefacts horsefacts deleted the horsefacts/tier-registry-deploy-script branch June 5, 2025 19:10
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