mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
10 lines
157 B
Python
10 lines
157 B
Python
filegroup(
|
|
name = "regression_data",
|
|
srcs = glob([
|
|
"*.ssz",
|
|
]),
|
|
visibility = [
|
|
"//beacon-chain/core/state:__pkg__",
|
|
],
|
|
)
|