Skip to content

Commit

Permalink
Increase mint gaslimit
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-clippy committed Jul 24, 2023
1 parent 3e33a22 commit 4682171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/keeper/CrossChainMintKeeperHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface IScheduleRelayer {

contract CrossChainMintKeeperHelper is KeeperCompatibleInterface, Ownable, CoreUtility {
uint256 private constant DATA_LENGTH = 32; // abi.encode(uint256)
uint256 private constant MINT_GAS_LIMIT = 100000;
uint256 private constant MINT_GAS_LIMIT = 140000;

IScheduleRelayer public immutable relayer;
uint16 public immutable subLzChainID;
Expand Down

0 comments on commit 4682171

Please sign in to comment.