Skip to content

Commit

Permalink
Fabo/enable terra governance (#501)
Browse files Browse the repository at this point in the history
* enable terra governance

* also enable proposals in terra testnet
  • Loading branch information
faboweb authored Mar 23, 2020
1 parent e698a5a commit 25509d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ module.exports = [
action_delegate: true,
action_redelegate: true,
action_undelegate: true,
action_deposit: false,
action_vote: false,
action_proposal: false,
action_deposit: true,
action_vote: true,
action_proposal: true,
default: false,
stakingDenom: 'LUNA',
enabled: true,
Expand All @@ -135,17 +135,17 @@ module.exports = [
feature_explore: true,
feature_portfolio: true,
feature_validators: true,
feature_proposals: false,
feature_proposals: true,
feature_activity: true,
feature_explorer: true,
action_send: true,
action_claim_rewards: true,
action_delegate: true,
action_redelegate: true,
action_undelegate: true,
action_deposit: false,
action_vote: false,
action_proposal: false,
action_deposit: true,
action_vote: true,
action_proposal: true,
default: false,
stakingDenom: 'LUNA',
enabled: true,
Expand Down

0 comments on commit 25509d4

Please sign in to comment.