Skip to content

Commit

Permalink
Change gas for exec tx proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Mar 2, 2024
1 parent ee5cbe4 commit 08b83b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/interchaintest/feeabs/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func AddHostZoneProposal(c *cosmos.CosmosChain, ctx context.Context, keyName str
command := []string{
"gov", "submit-legacy-proposal",
"add-hostzone-config", filePath,
"--gas", "auto", "--gas-adjustment", "1.5",
}
return tn.ExecTx(ctx, keyName, command...)
}
Expand All @@ -140,6 +141,7 @@ func DeleteHostZoneProposal(c *cosmos.CosmosChain, ctx context.Context, keyName
command := []string{
"gov", "submit-legacy-proposal",
"delete-hostzone-config", filePath,
"--gas", "auto", "--gas-adjustment", "1.5",
}
return tn.ExecTx(ctx, keyName, command...)
}
Expand All @@ -163,6 +165,7 @@ func SetHostZoneProposal(c *cosmos.CosmosChain, ctx context.Context, keyName str
command := []string{
"gov", "submit-legacy-proposal",
"set-hostzone-config", filePath,
"--gas", "auto", "--gas-adjustment", "1.5",
}
return tn.ExecTx(ctx, keyName, command...)
}
Expand Down

0 comments on commit 08b83b5

Please sign in to comment.