Skip to content

Commit d7e303f

Browse files
committed
disable SSZ encoding
1 parent 5220888 commit d7e303f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/coordinator/clients/consensus/rpc/beaconapi.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ func (bc *BeaconClient) Initialize(ctx context.Context) error {
5252
http.WithLogLevel(zerolog.Disabled),
5353
// TODO (when upstream PR is merged)
5454
// http.WithConnectionCheck(false),
55+
// TODO: remove when go-eth2-client has proper verkle support
56+
http.WithEnforceJSON(true),
5557
}
5658

5759
// set extra endpoint headers

0 commit comments

Comments
 (0)