prysm-pulse/beacon-chain/rpc/eth/shared/testing/BUILD.bazel
james-prysm 9a7393a2e3
Deneb produce blockv3 (#12708)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2023-09-01 12:51:27 +02:00

11 lines
356 B
Python

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
testonly = True,
srcs = ["json.go"],
importpath = "github.com/prysmaticlabs/prysm/v4/beacon-chain/rpc/eth/shared/testing",
visibility = ["//visibility:public"],
deps = ["@com_github_ethereum_go_ethereum//common/hexutil:go_default_library"],
)