From de097e99771eba310392ecccaf64d318a7435ecd Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 25 Nov 2019 00:34:52 +0100 Subject: [PATCH] release (#135) * fixed a bug where a single proposal would not load (#125) * trigger ci * fixed missing terra data source (#128) * Fabo/fix missing terra db query (#130) * fixed missing terra data source * fixed missing query * Fabo/fix failing staking query for terra (#132) * fixed missing terra data source * fixed missing query * fix bech32 prefix in selfStake resolver * linted * Fabo/hide proposals on terra (#134) * fixed missing terra data source * fixed missing query * fix bech32 prefix in selfStake resolver * linted * don't show proposals on terra --- data/networks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/networks.json b/data/networks.json index 4d96fe5c7b..ef15c592bf 100644 --- a/data/networks.json +++ b/data/networks.json @@ -60,7 +60,7 @@ "feature_session": false, "feature_portfolio": true, "feature_validators": true, - "feature_proposals": true, + "feature_proposals": false, "feature_activity": true, "feature_explorer": true, "action_send": false,