Skip to content

Commit

Permalink
Merge pull request #208 from terra-money/st-769-disable-gov
Browse files Browse the repository at this point in the history
feat: disable gov on certain chains
  • Loading branch information
mwmerz authored Sep 21, 2023
2 parents 053845c + a36b3e3 commit 6db30db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion chains/mainnet/noble.js.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
coinType: '118',
baseAsset: 'ustake',
name: 'Noble',
disabledModules: ['staking'],
disabledModules: ['staking', 'gov'],
icon: process.env.CF_PAGES_URL + '/img/chains/Noble.svg',
channels: {
'phoenix-1': 'channel-9',
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/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: {},
explorer: {
address: 'https://testnet.mintscan.io/neutron-testnet/account/{}',
Expand Down

0 comments on commit 6db30db

Please sign in to comment.