Skip to content

Commit

Permalink
Merge pull request #66 from eco-stake/disable-chihuahua-amino-withdra…
Browse files Browse the repository at this point in the history
…w-commission

Disable authz amino commission claim for Chihuahua
  • Loading branch information
tombeynon authored Nov 15, 2023
2 parents aca79c1 + b24ee13 commit 7f45130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
},
{
"name": "chihuahua",
"ownerAddress": "chihuahuavaloper19vwcee000fhazmpt4ultvnnkhfh23ppwxll8zz"
"ownerAddress": "chihuahuavaloper19vwcee000fhazmpt4ultvnnkhfh23ppwxll8zz",
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "gravitybridge"
Expand Down

0 comments on commit 7f45130

Please sign in to comment.