We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e5a52 commit 28e6072Copy full SHA for 28e6072
portal-bridge/src/constants.rs
@@ -8,7 +8,7 @@ pub const BATCH_SIZE: u64 = 128;
8
// If you don't have access to the PANDAOPS nodes, but still want to use the bridge feature, let us
9
// know on Discord or Github and we'll prioritize support for any provider.
10
/// Execution layer PandaOps endpoint
11
-pub const BASE_EL_ENDPOINT: &str = "https://archive.mainnet.eu1.ethpandaops.io";
+pub const BASE_EL_ENDPOINT: &str = "https://geth.mainnet.na1.ethpandaops.io";
12
/// Consensus layer PandaOps endpoint
13
/// We use Nimbus as the CL client, because it supports light client data by default.
14
pub const BASE_CL_ENDPOINT: &str = "https://nimbus.mainnet.ethpandaops.io";
0 commit comments