Skip to content

Commit

Permalink
feat: reduce gas limit increase (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
palace22 authored Aug 29, 2024
1 parent 6f0acf6 commit 2103ea1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-dolphins-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/xchain-sdk": patch
---

Reduced gas limit estimate increase
2 changes: 1 addition & 1 deletion src/chains/evm/common/constants/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const defaultEventParams: EventParams = {
strict: true,
};

export const GAS_LIMIT_ESTIMATE_INCREASE = 100_000n; // TODO: investigate and reduce
export const GAS_LIMIT_ESTIMATE_INCREASE = 10_000n;
export const SEND_TOKEN_ACTION_RETURN_GAS_LIMIT = 500_000n;

0 comments on commit 2103ea1

Please sign in to comment.