diff --git a/types.go b/types.go index c21cf64..76d2a04 100644 --- a/types.go +++ b/types.go @@ -138,4 +138,5 @@ type APIKeys struct { // Endpoints are various endpoints we connect to type Endpoints struct { MoneroRPC string `json:"monero_rpc"` + LensGRPC string `json:"lens_grpc"` }