Skip to content

Commit

Permalink
Merge pull request #34 from eco-stake/disable-quicksilver-amino-withd…
Browse files Browse the repository at this point in the history
…raw-commission

Disable amino withdraw commission for networks
  • Loading branch information
tombeynon committed Oct 24, 2023
2 parents fce068c + 9ebff7d commit 9fbf857
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
},
{
"name": "juno",
"ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt"
"ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt",
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "cosmoshub",
Expand Down Expand Up @@ -253,7 +256,10 @@
},
{
"name": "quicksilver",
"maxPerDay": 1
"maxPerDay": 1,
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "chain4energy"
Expand All @@ -272,7 +278,10 @@
},
{
"name": "empowerchain",
"ownerAddress": "empowervaloper1msjwmclw77h5j0t69n7j2p9ur5ra46uxqaedxz"
"ownerAddress": "empowervaloper1msjwmclw77h5j0t69n7j2p9ur5ra46uxqaedxz",
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "qwoyn"
Expand Down

0 comments on commit 9fbf857

Please sign in to comment.