Skip to content
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

improve(OP): More generic OP chain adapter deployment #714

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. improve(OP): More generic OP chain adapter deployment

    This change permits an incremental step towards a totally generic chain
    adapter deployment for OP stack chains. It does this be restructuring
    the address mappings for OP stack chains, such that the L1 contract
    addresses can be resolved solely with the combination of HubPool and
    SpokPool chain IDs. It also updates the new OP_Adapter deployment script
    to support a runtime-defined SpokePool chain ID. This is clunkily
    supplied via the environment because hardhat deploy doesn't seem to
    permit arbitrary runtime arguments being supplied, but that aside, this
    should ease subsequent deployments.
    pxrl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9ba86d4 View commit details
    Browse the repository at this point in the history
  2. Fixes

    pxrl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    db30a59 View commit details
    Browse the repository at this point in the history
  3. Consolidate address lookups

    pxrl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8b277ee View commit details
    Browse the repository at this point in the history
  4. update

    pxrl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    82a56d8 View commit details
    Browse the repository at this point in the history
  5. Blast fixes

    pxrl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4e81f7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b0a958 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c172b1 View commit details
    Browse the repository at this point in the history