mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 23:41:22 +00:00
81c2e4e94b
* first pass on pow faucet for testnet * delete unused thing * remove unneeded thing * remove other thing * https & remove a log * don't force redirect on https, its not working? * some renaming of stuff * lint * lint * some stablity config * move protos to proto directory, add generated pb file for go users * add health probe * add hpa and request cpu * handle err * some more config
12 lines
328 B
Python
12 lines
328 B
Python
# gazelle:ignore
|
|
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
|
|
|
go_proto_library(
|
|
name = "faucet_go_proto",
|
|
importpath = "github.com/prysmaticlabs/prysm/proto/faucet",
|
|
proto = "@prysm_testnet_site//:faucet_proto",
|
|
compiler = "//:grpc_proto_compiler",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|