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

remove _proxy_ from opcm key name #897

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

maurelian
Copy link
Contributor

@maurelian maurelian commented Feb 13, 2025

The OPCM is no longer proxied. This just changes the name of the the key from op_contracts_manager_proxy_addr to op_contracts_manager_addr.

No idea what this might break, hoping to find out here.

@maurelian maurelian requested a review from a team as a code owner February 13, 2025 18:08
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.68%. Comparing base (210c8ea) to head (9284569).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #897   +/-   ##
=======================================
  Coverage   43.68%   43.68%           
=======================================
  Files          39       39           
  Lines        2287     2287           
=======================================
  Hits          999      999           
  Misses       1200     1200           
  Partials       88       88           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,7 +1,7 @@
name = "Sepolia"
protocol_versions_addr = "0x79ADD5713B383DAa0a138d3C4780C7A1804a8090"
superchain_config_addr = "0xC2Be75506d5724086DEB7245bd260Cc9753911Be"
op_contracts_manager_proxy_addr = "0xF564eEA7960EA244bfEbCBbB17858748606147bf"
op_contracts_manager_addr = "0xF564eEA7960EA244bfEbCBbB17858748606147bf"
Copy link
Contributor

@mds1 mds1 Feb 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this format is outdated too, and it should be something like this now:

Suggested change
op_contracts_manager_addr = "0xF564eEA7960EA244bfEbCBbB17858748606147bf"
[opcm]
# Key refers to the L1 contracts release
"v1.8.0" = "0x123..."
"v2.0.0" = "0x456..."

Copy link
Contributor

@mds1 mds1 Feb 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually this will need to be keyed by network name also

[opcm]
# Version key refers to the L1 contracts release
"v1.8.0" = {mainnet = "0x123...", sepolia = "0xabc..." }
"v2.0.0" = {mainnet = "0x456...", sepolia = "0xdef..." }

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.

3 participants