Skip to content

Commit

Permalink
Merge pull request #453 from HausDAO/fix/processingGasLimit
Browse files Browse the repository at this point in the history
temporary increase of processing gas addition until, needs more research
  • Loading branch information
santteegt authored Nov 17, 2023
2 parents 702d5cd + 13c64f0 commit ecd0ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/src/constants/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const PROPOSAL_FILTERS: Record<string, string> = {
// Processing gas estimate buffer
export const GAS_BUFFER_MULTIPLIER = 2;
// Adding to the gas limit to account for cost of processProposal
export const PROCESS_PROPOSAL_GAS_LIMIT_ADDITION = 150000;
export const PROCESS_PROPOSAL_GAS_LIMIT_ADDITION = 250000;
// Adding to the gas limit to account for cost of each action
export const ACTION_GAS_LIMIT_ADDITION = 150000;

Expand Down

0 comments on commit ecd0ff3

Please sign in to comment.