diff --git a/data/networks.js b/data/networks.js index caa0348b10..c453fa7e83 100644 --- a/data/networks.js +++ b/data/networks.js @@ -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, @@ -135,7 +135,7 @@ 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, @@ -143,9 +143,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,