Skip to content

Commit

Permalink
release (#135)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
faboweb authored Nov 24, 2019
1 parent 2b93045 commit de097e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de097e9

Please sign in to comment.