Skip to content

Commit

Permalink
fix: add gov to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ericHgorski committed Sep 18, 2023
1 parent f153737 commit a36b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
baseAsset: 'untrn',
name: 'Neutron',
icon: process.env.CF_PAGES_URL + '/img/chains/Neutron.png',
disabledModules: ['staking'],
disabledModules: ['staking', 'gov'],
channels: {
'osmosis-1': 'channel-10',
'stride-1': 'channel-8',
Expand Down

0 comments on commit a36b3e3

Please sign in to comment.