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

chore: update all configs to mainnet #551

Merged
merged 2 commits into from
Dec 31, 2024
Merged

chore: update all configs to mainnet #551

merged 2 commits into from
Dec 31, 2024

Conversation

mrekucci
Copy link
Collaborator

Describe your changes

Sets all config values to the mainnet.

Fixes # (issue)

Checklist before requesting a review

  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation

Copy link
Collaborator

@aloknerurkar aloknerurkar left a comment

Choose a reason for hiding this comment

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

package config

var MainnetContracts = Contracts{
// If these addresses change for a testnet deployment,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This comment needs to be updated also.

@mrekucci mrekucci merged commit 59dac57 into main Dec 31, 2024
5 checks passed
@mrekucci mrekucci deleted the mainnet-release branch December 31, 2024 18:04
@@ -0,0 +1,17 @@
package config

var MainnetContracts = Contracts{
Copy link
Contributor

Choose a reason for hiding this comment

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

Calling these "mainnet contracts" is confusing imo. They're not deployed to mainnet ethereum (L1), they're deployed on mev-commit chain

@shaspitz shaspitz mentioned this pull request Dec 31, 2024
2 tasks
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