-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update the default relay URLs to the mainnet ones?
https://mainnet.aestus.live,https://mainnet.titanrelay.xyz,https://bloxroute.max-profit.blxrbdn.com,https://boost-relay.flashbots.net
contracts-abi/config/mainnet.go
Outdated
package config | ||
|
||
var MainnetContracts = Contracts{ | ||
// If these addresses change for a testnet deployment, |
There was a problem hiding this comment.
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.
2f44a9d
to
08af5f3
Compare
@@ -0,0 +1,17 @@ | |||
package config | |||
|
|||
var MainnetContracts = Contracts{ |
There was a problem hiding this comment.
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
Describe your changes
Sets all config values to the mainnet.
Fixes # (issue)
Checklist before requesting a review