Skip to content

Commit

Permalink
add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jan 18, 2024
1 parent a1c59b1 commit d58ff31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/services/beacon/client/std-http-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ func (c *StandardHttpClient) GetExitDomainData(domainType []byte, network config

// Get fork version
var capellaForkVersion string
// TODO - we currently only support mainnet and testnet envs. We will have to update this as we change n/ws
if network == config.Network_Mainnet {
capellaForkVersion = eth2.MainnetCapellaForkVersion
} else {
Expand Down

0 comments on commit d58ff31

Please sign in to comment.