Skip to content

Commit 28e6072

Browse files
committed
Update pandoaps url
1 parent 89e5a52 commit 28e6072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-bridge/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub const BATCH_SIZE: u64 = 128;
88
// If you don't have access to the PANDAOPS nodes, but still want to use the bridge feature, let us
99
// know on Discord or Github and we'll prioritize support for any provider.
1010
/// Execution layer PandaOps endpoint
11-
pub const BASE_EL_ENDPOINT: &str = "https://archive.mainnet.eu1.ethpandaops.io";
11+
pub const BASE_EL_ENDPOINT: &str = "https://geth.mainnet.na1.ethpandaops.io";
1212
/// Consensus layer PandaOps endpoint
1313
/// We use Nimbus as the CL client, because it supports light client data by default.
1414
pub const BASE_CL_ENDPOINT: &str = "https://nimbus.mainnet.ethpandaops.io";

0 commit comments

Comments
 (0)