diff --git a/config/experiments.go b/config/experiments.go index f76572ee2..ab48c8681 100644 --- a/config/experiments.go +++ b/config/experiments.go @@ -2,6 +2,7 @@ package config type Experiments struct { FilestoreEnabled bool + UrlstoreEnabled bool ShardingEnabled bool Libp2pStreamMounting bool }