Skip to content

Commit

Permalink
Merge pull request #24 from eco-stake/prevent-authz-types
Browse files Browse the repository at this point in the history
Prevent additional authz exec types
  • Loading branch information
tombeynon committed Jun 30, 2023
2 parents fc6c2a6 + 378a7b4 commit c636cd4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@
"ownerAddress": "evmosvaloper1umk407eed7af6anvut6llg2zevnf0dn0feqqny",
"txTimeout": 120000,
"maxPerDay": 1,
"gasPrice": "75000000000aevmos"
"gasPrice": "75000000000aevmos",
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "sifchain"
Expand All @@ -92,7 +95,8 @@
"gov": "v1beta1"
},
"authzAminoExecPreventTypes": [
"/cosmos.gov."
"/cosmos.gov.",
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
Expand Down Expand Up @@ -231,7 +235,10 @@
},
{
"name": "injective",
"ownerAddress": "injvaloper1vqz7mgm47xhx25xu5g9qagnz48naks6pk6fmg2"
"ownerAddress": "injvaloper1vqz7mgm47xhx25xu5g9qagnz48naks6pk6fmg2",
"authzAminoExecPreventTypes": [
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
]
},
{
"name": "xpla"
Expand Down

0 comments on commit c636cd4

Please sign in to comment.