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 2f44a9d
Showing 1 changed file with 4 additions and 4 deletions.
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 2f44a9d

Please sign in to comment.