Skip to content

Commit

Permalink
Fix beaconchain URL mainnet (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Dec 11, 2024
1 parent 746e447 commit 7ac7b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func LoadNetworkConfig() (Config, error) {
RpcUrl: rpcURL,
CSMStakingModuleID: big.NewInt(3),
EtherscanURL: "https://etherscan.io",
BeaconchainURL: "https://beaconcha.in",
BeaconchainURL: beaconchainURL,
CSMUIURL: "https://csm.lido.fi",
ApiPort: apiPort,
CORS: parseCORS(corsEnv, []string{"http://ui.lido-csm-mainnet.dappnode", "http://my.dappnode"}),
Expand Down

0 comments on commit 7ac7b2b

Please sign in to comment.