From 5228def97aed89ad1c4cb6f046ccd4b344b57799 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Fri, 1 Sep 2023 14:41:36 -0400 Subject: [PATCH] Added polytoneProxies to filterable attributes. --- config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 0d87d3ca..9f9a7d38 100644 --- a/config.json.example +++ b/config.json.example @@ -25,7 +25,8 @@ "filterableAttributes": [ "value.config.name", "value.config.description", - "value.proposalCount" + "value.proposalCount", + "value.polytoneProxies" ], "sortableAttributes": ["value.proposalCount"], "formula": "daoCore/dumpState",