Skip to content

Commit

Permalink
fix: relay urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Dec 31, 2024
1 parent 359f674 commit 08af5f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions contracts-abi/config/mainnet.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package config

var MainnetContracts = Contracts{
// If these addresses change for a testnet deployment,
// please also update snippets/testnet-addresses.mdx
// in https://github.com/primev/mev-commit-docs
BidderRegistry: "0xC973D09e51A20C9Ab0214c439e4B34Dbac52AD67",
ProviderRegistry: "0xb772Add4718E5BD6Fe57Fb486A6f7f008E52167E",
PreconfManager: "0x9fF03b7Ca0767f069e7AA811E383752267cc47Ec",
Expand Down
3 changes: 0 additions & 3 deletions contracts-abi/config/testnet.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package config

var TestnetContracts = Contracts{
// If these addresses change for a testnet deployment,
// please also update snippets/testnet-addresses.mdx
// in https://github.com/primev/mev-commit-docs
BidderRegistry: "0x948eCD70FaeF6746A30a00F30f8b9fB2659e4062",
ProviderRegistry: "0x1C2a592950E5dAd49c0E2F3A402DCF496bdf7b67",
PreconfManager: "0xa254D1A10777e358B0c2e945343664c7309A0D9d",
Expand Down
8 changes: 4 additions & 4 deletions oracle/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ var (
Usage: "URLs for relay",
EnvVars: []string{"MEV_ORACLE_RELAY_URLS"},
Value: cli.NewStringSlice(
"https://holesky.aestus.live",
"https://boost-relay-holesky.flashbots.net",
"https://bloxroute.holesky.blxrbdn.com",
"https://holesky.titanrelay.xyz",
"https://mainnet.aestus.live",
"https://mainnet.titanrelay.xyz",
"https://bloxroute.max-profit.blxrbdn.com",
"https://boost-relay.flashbots.net",
),
})
)
Expand Down

0 comments on commit 08af5f3

Please sign in to comment.