We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220888 commit d7e303fCopy full SHA for d7e303f
pkg/coordinator/clients/consensus/rpc/beaconapi.go
@@ -52,6 +52,8 @@ func (bc *BeaconClient) Initialize(ctx context.Context) error {
52
http.WithLogLevel(zerolog.Disabled),
53
// TODO (when upstream PR is merged)
54
// http.WithConnectionCheck(false),
55
+ // TODO: remove when go-eth2-client has proper verkle support
56
+ http.WithEnforceJSON(true),
57
}
58
59
// set extra endpoint headers
0 commit comments